home *** CD-ROM | disk | FTP | other *** search
/ Clickx 23 / Clickx 23.iso / DATA / wordpress / index.php < prev    next >
Encoding:
PHP Script  |  2005-02-13  |  95 b   |  5 lines

  1. <?php 
  2. /* Short and sweet */
  3. define('WP_USE_THEMES', true);
  4. require('./wp-blog-header.php');
  5. ?>